﻿je_the_cone = {
	icon = "gfx/interface/icons/event_icons/event_military.dds"

	is_shown_when_inactive = {
	    OR = {
			country_has_primary_culture = cu:quechua
			country_has_primary_culture = cu:beornian 
		}
    }

	possible = {
		OR = {
			has_law = law_type:law_colonial_exploitation
			has_law = law_type:law_colonial_resettlement
		}
        OR = {		
		     owns_entire_state_region = STATE_NEW_CORNWALL
		     owns_entire_state_region = STATE_COLLASUYU
		}
    }
    

	complete = {
			#DVG
			owns_entire_state_region = STATE_LANDS_END
	}
		
	on_complete = {
		trigger_event = { id = the_cone.1 }
	}
}